home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / PRT.### < prev    next >
Encoding:
Text File  |  1985-01-21  |  3.4 KB  |  69 lines

  1. COMMAND:  PRT (Print)                           DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Prints a file with a variety of formatting options.
  4.  
  5. FORMAT:   PRT ?  or  PRT [d:][filename[.ext]] [[/option]...][;]
  6.  
  7. TYPE:     Public domain software
  8.  
  9. REMARKS:  PRT ? displays a help screen with a list of the available options.
  10.           Omitting either the file name or the option list causes the user
  11.           to be prompted for them. Supplying the semicolon [;] causes the
  12.           default values (first value listed) to be used for all options.
  13.           The options are:
  14.  
  15.           INIT         specifies that various print format codes to follow
  16.           NOINIT       will (will not) be specified.
  17.  
  18.           RESET        specifies whether (or not) the default printer formats
  19.           NORESET      will be restored after the file is printed.
  20.  
  21.           NOENLARGED   turns off (or on) the enlarged character set. ENLARGED
  22.           ENLARGED     may be used with CONDENSED.
  23.  
  24.           NOCONDENSED  turns off (or on) the condensed character set. CONDENSED
  25.           CONDENSED    may be used with ENLARGED.
  26.  
  27.           NOENHANCED   specifies that double printing will not (will) be used.
  28.           ENHANCED
  29.  
  30.           NOEMPHASIZED specifies that emphasized characters will not (will)
  31.           EMPHASIZED   be used.
  32.  
  33.           NOHEX        specifies that lines to be printed will not (will)
  34.           HEX          include the hexadecimal representation of each byte.
  35.  
  36.           HEADER       specifies that a header will (will not) be printed at
  37.           NOHEADER     the top of each page containing the input file name,
  38.                        the date it was last updated, the date and time PRT
  39.                        was invoked, and the page number. NOHEADER leaves a 1/2
  40.                        inch blank margin at the top of each page.
  41.  
  42.           UHEADER      prompts the user for entry of the header. If the first
  43.                        character is a comma ",", then up to 50 characters may
  44.                        be substituted for the Update and Print Date fields.
  45.                        Otherwise,up to 70 characters may be substituted for all
  46.                        fields in the header except the page number.
  47.  
  48.           CC           indicates that the file contains carriage control
  49.                        characters that will be used by PRT to control paging.
  50.                        CC is the default if the file's extension is "LST".
  51.  
  52.           NOCC         causes PRT to count lines and to skip over page
  53.                        perforations. Linefeeds are honored but formfeeds are
  54.                        treated as linefeeds. NOCC is the default unless the
  55.                        file name contains the extension "LST".
  56.  
  57.           LPI 6        specifies the number of lines to be printed per vertical
  58.           LPI 8        inch of paper.
  59.  
  60.           PAGESIZE n   specifies the maximum number of lines to be printed per
  61.                        page. n must be at least 5 and defaults to 63 (unless
  62.                        CC is in effect, in which case PAGESIZE is ignored).
  63.  
  64.           FROM n       specifies the line number in the input file from which
  65.                        printing is to begin. The default is n=1.
  66.  
  67.           FOR n        specifies the maximum number of lines that are to be
  68.                        read from the input file. The default is n=32767.
  69.